![]() |
ALMaSS
1.0
The Animal, Landscape and Man Simulation System
|
BoostRandomGenerators.h Boost headers for using the boost random number generation utilities More...
#include <ctime>
#include <boost/random/uniform_int_distribution.hpp>
#include <boost/random/linear_congruential.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/variate_generator.hpp>
#include <boost/random/lagged_fibonacci.hpp>
#include <boost/generator_iterator.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/normal_distribution.hpp>
Go to the source code of this file.
Typedefs | |
typedef boost::lagged_fibonacci19937 | base_generator_type |
typedef boost::uniform_int | distribution_type |
typedef boost::random::uniform_int_distribution | distribution_type2 |
typedef boost::random::uniform_real_distribution< double > | distribution_type3 |
typedef boost::random::mt19937 | Mersenne_Twister |
typedef boost::random::normal_distribution< double > | NormalDistDouble |
typedef boost::variate_generator< Mersenne_Twister, NormalDistDouble > | Variate_gen |
BoostRandomGenerators.h Boost headers for using the boost random number generation utilities
typedef boost::lagged_fibonacci19937 base_generator_type |
typedef boost::uniform_int distribution_type |
typedef boost::random::uniform_int_distribution distribution_type2 |
typedef boost::random::uniform_real_distribution<double> distribution_type3 |
typedef boost::random::mt19937 Mersenne_Twister |
typedef boost::random::normal_distribution<double> NormalDistDouble |
typedef boost::variate_generator<Mersenne_Twister, NormalDistDouble> Variate_gen |